Skip to content

umqtt.async: Initial implementation based on umqtt.simple#1086

Open
dketov wants to merge 1 commit into
micropython:masterfrom
dketov:umqtt.async
Open

umqtt.async: Initial implementation based on umqtt.simple#1086
dketov wants to merge 1 commit into
micropython:masterfrom
dketov:umqtt.async

Conversation

@dketov

@dketov dketov commented Feb 19, 2026

Copy link
Copy Markdown

The async mqtt.simple adaptation solely based on umqtt.simple code

Signed-off-by: Dmitry Ketov <dmitry.ketov@gmail.com>
@dketov

dketov commented Feb 20, 2026

Copy link
Copy Markdown
Author

@pfalcon please have a look

@dpgeorge

dpgeorge commented Jul 1, 2026

Copy link
Copy Markdown
Member

This reimplements all the MQTT logic from scratch. Is there a way to factor out the logic (eg for creating packets) so it can be shared by umqtt.simple and umqtt.async?

And see also #722 which does a very similar thing.

@dketov

dketov commented Jul 3, 2026

Copy link
Copy Markdown
Author

This reimplements all the MQTT logic from scratch. Is there a way to factor out the logic (eg for creating packets) so it can be shared by umqtt.simple and umqtt.async?
Of course it is :) I'll have a look later

And see also #722 which does a very similar thing.
Sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants